projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13f6cd5
)
configure.ac: Disable gzip tarball
author
Martin Nordholts
<martinn@src.gnome.org>
Mon, 6 Sep 2010 06:35:17 +0000
(08:35 +0200)
committer
Martin Nordholts
<martinn@src.gnome.org>
Mon, 6 Sep 2010 06:35:17 +0000
(08:35 +0200)
We do releases with the bzip2 tarball, so don't bother creating a gzip
tarball.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 21ea101e1feb2989fd37f440d9f73113c1cb4822..71eb46f5b593b0d73d3cbaa15a66110fff1e97a5 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-94,7
+94,7
@@
AC_SUBST(PACKAGE_NAME)
dnl ==========================================================================
-AM_INIT_AUTOMAKE(no-define)
+AM_INIT_AUTOMAKE(no-define
no-dist-gzip
)
AM_CONFIG_HEADER(config.h)
BABL_VARIADIC_MACROS